LocationEngineImpl

Internal location engine implementation interface.

Parameters

<T>

location listener object type

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun removeLocationUpdates(listener: T)
abstract fun removeLocationUpdates(pendingIntent: PendingIntent)
Link copied to clipboard
abstract fun requestLocationUpdates(@NonNull request: LocationEngineRequest, @NonNull pendingIntent: PendingIntent)
abstract fun requestLocationUpdates(@NonNull request: LocationEngineRequest, @NonNull listener: T, @Nullable looper: Looper)

Inheritors

Link copied to clipboard